home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Util / virus / xvslibrary.lha / xvs / Developer / SFD / xvs_lib.sfd
Text File  |  2004-01-15  |  962b  |  24 lines

  1. ==id $Id: xvs_lib.sfd,v 33.37 2001/12/13 19:28:23 stoecker Exp $
  2. ==base _xvsBase
  3. ==basetype struct Library *
  4. ==libname xvs.library
  5. ==bias 30
  6. ==public
  7. ==include <exec/types.h>
  8. ==include <libraries/xvs.h>
  9. BOOL xvsSelfTest() ()
  10. struct xvsVirusList * xvsCreateVirusList(ULONG listtype) (d0)
  11. void xvsFreeVirusList(struct xvsVirusList * list) (a1)
  12. APTR xvsAllocObject(ULONG objecttype) (d0)
  13. void xvsFreeObject(APTR object) (a1)
  14. ULONG xvsObjectType(APTR object) (a1)
  15. ULONG xvsCheckBootblock(struct xvsBootInfo * bootinfo) (a0)
  16. void xvsInstallBootblock(APTR bootblock, ULONG boottype, ULONG dostype) (a0,d0,d1)
  17. void xvsSumBootblock(APTR bootblock, ULONG offset) (a0,d0)
  18. ULONG xvsCheckSector(struct xvsSectorInfo * sectorinfo) (a0)
  19. BOOL xvsRepairSector(struct xvsSectorInfo * sectorinfo) (a0)
  20. ULONG xvsCheckFile(struct xvsFileInfo * fileinfo) (a0)
  21. BOOL xvsRepairFile(struct xvsFileInfo * fileinfo) (a0)
  22. ULONG xvsSurveyMemory(struct xvsMemoryInfo * memoryinfo) (a0)
  23. ==end
  24.